VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfA1XmpMetadataProcessingTree Class / PdfA1XmpMetadataProcessingTree Constructors / PdfA1XmpMetadataProcessingTree Constructor(String,IProcessingCommandInfo[])
Синтаксис Требования Смотрите также
В этом разделе
    PdfA1XmpMetadataProcessingTree Constructor(String,IProcessingCommandInfo[])
    В этом разделе
    Инициализирует новый экземпляр класса PdfA1XmpMetadataProcessingTree.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal name
    Имя дерева обработки.
    As System.String, _
    ByVal ParamArray processingCommands
    Команды обработки.
    () As Vintasoft.Imaging.Processing.IProcessingCommandInfo _
    )
    public PdfA1XmpMetadataProcessingTree(
    System.String name,
    params Vintasoft.Imaging.Processing.IProcessingCommandInfo[] processingCommands
    )
    public: PdfA1XmpMetadataProcessingTree(
    System.String name,
    params Vintasoft.Imaging.Processing.IProcessingCommandInfo*[]* processingCommands
    )
    public:
    PdfA1XmpMetadataProcessingTree(
    System.String name,
    ... array<Vintasoft.Imaging.Processing.IProcessingCommandInfo^>^ processingCommands
    )

    Parameters

    name
    Имя дерева обработки.
    processingCommands
    Команды обработки.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также